home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Education / T-Z / TeachTime.cpt / TeachTime / background_2623.txt < prev    next >
Text File  |  1990-01-18  |  2KB  |  109 lines

  1. -- background: 2623 from stack: in
  2. -- bmap block id: 3905
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on enterInField
  8.   sayIt
  9. end enterInField
  10.  
  11. on returnInField
  12.   sayIt
  13. end returnInField
  14.  
  15.  
  16. -- part 3 (button)
  17. -- low flags: 00
  18. -- high flags: 2000
  19. -- rect: left=57 top=58 right=112 bottom=127
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 4910 / 4910
  22. -- text alignment: 1
  23. -- font id: 0
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: Put a Time...
  28. ----- HyperTalk script -----
  29. on mouseUp
  30.   showIt
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 4 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=399 top=58 right=108 bottom=455
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 16367 / 16367
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Say the Time...
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   sayIt
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 5 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=58 top=238 right=283 bottom=102
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 5191 / 5191
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Quit
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   doMenu "Quit HyperCard"
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 6 (button)
  74. -- low flags: 00
  75. -- high flags: 2000
  76. -- rect: left=101 top=249 right=283 bottom=139
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 20098 / 20098
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: New Button
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   go home
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 7 (button)
  93. -- low flags: 00
  94. -- high flags: 2000
  95. -- rect: left=420 top=158 right=184 bottom=453
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 2162 / 2162
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: First
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   go first cd
  107. end mouseUp
  108.  
  109.